Class RecognizeInputType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecognizeInputType>
com.azure.communication.callautomation.models.RecognizeInputType

public final class RecognizeInputType extends com.azure.core.util.ExpandableStringEnum<RecognizeInputType>
Defines values for RecognizeInputTypeInternal.
  • Field Details

    • DTMF

      public static final RecognizeInputType DTMF
      Static value dtmf for RecognizeInputTypeInternal.
  • Constructor Details

    • RecognizeInputType

      public RecognizeInputType()
  • Method Details

    • fromString

      public static RecognizeInputType fromString(String name)
      Creates or finds a RecognizeInputTypeInternal from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RecognizeInputTypeInternal.
    • values

      public static Collection<RecognizeInputType> values()
      Returns:
      known RecognizeInputTypeInternal values.