Class QueryCaptionType


  • public final class QueryCaptionType
    extends com.azure.core.util.ExpandableStringEnum<QueryCaptionType>
    Defines values for QueryCaptionType.
    • Field Detail

      • NONE

        public static final QueryCaptionType NONE
        Static value none for QueryCaptionType.
      • EXTRACTIVE

        public static final QueryCaptionType EXTRACTIVE
        Static value extractive for QueryCaptionType.
    • Constructor Detail

      • QueryCaptionType

        public QueryCaptionType()
    • Method Detail

      • fromString

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