Interface Scte27SourceSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>, SdkBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>, SdkPojo
Enclosing class:
Scte27SourceSettings

public static interface Scte27SourceSettings.Builder extends SdkPojo, CopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>
  • Method Summary

    Modifier and Type
    Method
    Description
    ocrLanguage(String ocrLanguage)
    If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
    If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
    pid(Integer pid)
    The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational".

    Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder

    copy

    Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder

    applyMutation, build

    Methods inherited from interface software.amazon.awssdk.core.SdkPojo

    equalsBySdkFields, sdkFields
  • Method Details

    • ocrLanguage

      Scte27SourceSettings.Builder ocrLanguage(String ocrLanguage)
      If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
      Parameters:
      ocrLanguage - If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ocrLanguage

      If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
      Parameters:
      ocrLanguage - If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pid

      The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.
      Parameters:
      pid - The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.
      Returns:
      Returns a reference to this object so that method calls can be chained together.